home *** CD-ROM | disk | FTP | other *** search
Wrap
<settings> <!-- text style --> <TextStyles> <TextStyle name="InfoStyle" color="White" size="14"/> </TextStyles> <!-- placements --> <Placements> <Placement name="PopupBackground" loc="12.5,22" size="75,55"/> <Placement name="FirstOption" loc="50.0,44" offset="7.0"/> </Placements> <!-- Composite Images --> <CompositeImages> <CompositeImage name="OptionNormal" size="70,7"> <DrawText text="@optionName" loc="5,0" size="90,100" textStyle="InfoStyle" align="Left" valign="Center"/> </CompositeImage> <CompositeImage name="OptionSelected" size="70,7"> <DrawCommonImage name="GeneralSelection"/> <DrawText text="@optionName" loc="5,0" size="90,100" textStyle="InfoStyle" align="Left" valign="Center"/> </CompositeImage> <CompositeImage name="PopupBackground" size="75,55"> <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/> <DrawText text="No tuners are available to watch the requested channel. You can choose to watch one of the currently recording programmes." loc="5,5" size="90,40" textStyle="InfoStyle" align="Center" /> </CompositeImage> </CompositeImages> </settings>